* {
	padding: 0px;
	margin: 0px;
}

body,
html {
	width: 100%;
	font: 12px Microsoft YaHei, Arial, sans-serif;
	margin: 0px auto;
	position: relative;
}

a {
	text-decoration: none !important;
}

ol,
ul {
	margin: 0px;
}

ul li {
	list-style: none;
}

img {
	border: none;
}

p {
	margin: 0px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.w1100 {
	max-width: 1100px;
	width: 100%;
	margin: 0px auto;
	position: relative;
}

.top-banner {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

.top-cc {
	padding: 0px;
	position: relative;
	z-index: 111;
}

.top-cc .w1100 {
	width: 96%;
	padding: 2%;
	z-index: 11;
}

.top-cc .layui-nav {
	background: none;
}

.top-cc .layui-nav li {
	color: #000000;
	font-size: 16px;
}

.top-cc .layui-nav li a {
	color: #000000;
}

.top-cc .layui-nav li:hover a {
	color: #000000;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
	height: 2px;
	background: #a40000;
}

.top-cc .layui-nav .layui-nav-item {
	line-height: 40px;
	position: relative;
}

.top-cc .layui-nav-child {
	top: 40px;
	left: 0.28rem;
	background: rgba(255, 255, 255, 0.9);
}

.top-cc .layui-nav>.layui-nav-item>a {
	padding: 0 2px;
	margin: 0px 0.25rem;
	position: relative;
}

.top-cc .layui-nav .layui-this:after,
.top-cc .layui-nav-bar {
	display: none;
}

.top-cc .layui-nav .layui-this a:after {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0px;
	height: 2px;
	background-color: #a40000;
	transition: all .2s;
	-webkit-transition: all .2s;
	content: "";
}

.top-cc .layui-nav>li>a:after {
	position: absolute;
	left: 0;
	width: 0%;
	bottom: 0px;
	height: 2px;
	background-color: #a40000;
	transition: all .3s;
	-webkit-transition: all .3s;
	content: "";
}

.top-cc .layui-nav>li:hover>a:after {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0px;
	height: 2px;
	background-color: #a40000;
	transition: all .3s;
	-webkit-transition: all .3s;
	content: "";
}

.top-cc .layui-nav-more {
	display: none;
}

.logo img {
	width: 75%;
	min-width: 80px;
}

.ssl {
	right: 0px;
	top: 50%;
	width: 0.55rem;
	margin-top: -0.25rem;
	min-width: 30px;
	max-width: 42px;
	cursor: pointer;
}

.ssl img {
	width: 100%;
}

.search_form {
	border-radius: 4px;
}

.s_txt {
	height: 34px;
	line-height: 34px;
	text-indent: 1em;
	width: 220px;
}

.t_btn {
	position: relative;
}

.text_bg {
	float: left;
}

#keywords {
	height: 34px;
	width: 180px;
	background: none;
	outline: none;
	border: none;
	border-bottom: 1px solid #dcdcdc;
}

#btnSearch1 {
	border: none;
	outline: none;
	width: 68px;
	height: 31px;
	line-height: 26px;
	position: absolute;
	right: -83px;
	top: 4px;
	background: red;
	color: white;
	background: #b00002;
	cursor: pointer;
}

.ccform {
	top: 40px;
	left: -240px !important;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 104px 14px 20px;
	cursor: pointer;
}


/*手机端下载*/

.header-overlay {
	transition: all 0.2s ease-out;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	z-index: 5;
	top: 0;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	visibility: hidden;
}

.m_nav {
	width: 100%;
	background: white;
	z-index: 20;
	display: none;
	max-height: calc(100vh - 55px);
	/*max-height: calc(var(--vh, 1vh) * 100 - 55px);*/
	overflow-y: auto;
	position: relative;
}

.m_nav .mNav_bott .m_navli .m_secNav .li-title a {
	padding: 5px 0 5px 25px;
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1.25;
	transition: all 0.3s ease-out;
	color: #000000;
}

.m_nav .m_wrap {
	padding: 0 5%;
}

.m_nav .mNav_bott .m_navli {
	position: relative;
	transition: all 0.3s ease-out;
	border-bottom: solid 1px #dad9d9;
}

.m_nav .mNav_bott .m_navli:last-child {
	border-bottom: none;
}

.m_nav .mNav_bott .m_navli>a {
	display: block;
	padding: 15px 35px 15px 15px;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	color: #000000;
}

.m_nav .mNav_bott .m_navli>a:hover {
	color: #000000;
}

.m_nav .mNav_bott .m_navli>a:after,
.m_nav .mNav_bott .m_navli>a:before {
	content: '';
	background: #908b8b;
	width: 9px;
	height: 2px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}

.m_nav .mNav_bott .m_navli>a:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: all 0.6s ease-out;
}

.m_nav .mNav_bott .m_navli>a:before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all 0.6s ease-out;
}

.m_nav .mNav_bott .m_navli.active {
	background: #efefef;
}

.m_nav .mNav_bott .m_navli.active>a:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background: #908b8b;
}

.m_nav .mNav_bott .m_navli.active>a:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	background: #908b8b;
}

.m_nav .mNav_bott .m_navli.active>a {
	/*border-bottom:solid 1px #58a3e7;*/
	font-weight: bold;
	background: white;
}

.m_nav .mNav_bott .m_navli .m_secNav {
	display: none;
}

.m_nav .mNav_bott .m_navli .m_secNav .li-title {
	width: 100%;
	padding: 8px 25px;
	border-top: solid 1px #dad9d9;
	padding-top: 18px;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	position: relative;
}

.m_nav .mNav_bott .m_navli .m_secNav .li-title a {
	padding: 5px 0 5px 25px;
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1.25;
	transition: all 0.3s ease-out;
}

.m_nav .mNav_bott .m_navli .m_secNav .li-title a:after {
	content: '';
	width: 15px;
	height: 15px;
	background: url(../img/m_anniu1.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background-size: cover;
}

.m_nav .mNav_bott .m_navli .m_secNav ul {
	font-size: 0;
	padding-bottom: 18px;
}

.m_nav .mNav_bott .m_navli .m_secNav li {
	font-size: 14px;
}

.m_nav .mNav_bott .m_navli.m_navli02 .m_secNav ul {
	overflow: hidden;
}

.m_nav .mNav_bott .m_navli.m_navli02 .m_secNav li {
	width: 50%;
	float: left;
}

.m_nav .mNav_bott .m_navli .m_secNav li>a {
	padding: 8px 25px;
	line-height: 28px;
	display: block;
	position: relative;
	color: #000000;
}

.m_nav .mNav_bott .m_navli .m_secNav li>a:hover {
	color: #000000;
}

.m_nav .mNav_bott .m_navli .m_secNav li>a.cur {
	color: #000000;
}

.addC {
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
}

.f48 {
	font-size: 48px;
}

.f40 {
	font-size: 40px;
}

.f36 {
	font-size: 36px;
}

.f30 {font-weight: bold;
	font-size: 30px;
}

.f25 {
	font-size: 25px;
}

.f24 {
	font-size: 24px;
}

.f20 {
	font-size: 20px;
}

.f18 {
	font-size: 18px;
}

.f16 {
	font-size: 16px;
}

.f14 {
	font-size: 14px;
}

.f12 {
	font-size: 12px;
}

.footer {
	background: #35393f;
	padding: 0.6rem 0px 0.4rem 0px;
}

.footer dl {
	float: left;
	margin-right: 0.4rem;
}

.footer dl dt {
	margin-bottom: 0.15rem;
	color: #8a8f96;
}

.footer dl dt a {
	color: #8a8f96;
}

.footer dl dd {
	margin: 0.05rem;
	color: #686b70;
}

.footer dl dd a {
	color: #686b70;
}

.footer dl dd:hover a {
	color: #a6937c;
}

.footer .message dl img {
	margin-right: 6px;
}

.footer .message dl dd {
	margin: 0.15rem 0px;
}

.footer .message dl,
.footer .message .ewm {
	float: right;
}

.footer .message .ewm {
	width: 1.5rem;
}

.footer .message dl {
	margin-left: 0.6rem;
}

.xx {
	text-align: center;
	color: #686b70;
	padding-top: 0.2rem;
	border-top: 1px solid #4b4e52;
	margin-top: 0.6rem;
}

.xx a {
	color: #686b70;
}

.xx a:hover {
	color: #a6937c;
}

.top-cc .layui-row {
	position: relative;
}

.mobile_key {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	display: none;
}

.mobile_key img {
	width: 20px;
}


/*.layui-nav-child dd{
	text-align: center;
}*/

@media only screen and (max-width:992px) {
	.top-cc .layui-nav {
		display: none;
	}
	.mobile_key {
		display: block;
	}
	.top-cc .w1100 {
		background: white;
	}
	.ssl {
		margin-top: 0.38rem;
	}
}

@media only screen and (max-width:991px) {
	.footer .message dl {
		float: left;
		margin-left: 0px;
	}
	.footer .message .ewm {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	.f48 {
		font-size: 22px;
	}
	.f40 {
		font-size: 20px;
	}
	.f36 {
		font-size: 20px;
	}
	.f30 {
		font-size: 20px;
	}
	.f25 {
		font-size: 19px;
	}
	.f24 {
		font-size: 19px;
	}
	.f20 {
		font-size: 18px;
	}
	.f18 {
		font-size: 16px;
	}
	.f16 {
		font-size: 14px;
	}
	.f14 {
		font-size: 12px;
	}
	.footer dl dt {
		margin-bottom: 12px;
	}
	.footer .message dl dd {
		margin: 12px 0px;
	}
	.footer dl dd {
		margin: 8px 0px;
	}
	.footer {
		padding: 1rem 0px;
		position: relative;
		overflow: hidden;
	}
	.c_new .cmt p {
		line-height: 24px !important;
		margin-bottom: 6px;
	}
}

@media only screen and (max-width:500px) {
	.footer .layui-col-xs6 {
		width: 100%;
	}
	.footer dl {
		margin-right: 0.7rem;
	}
	.footer .message .ewm {
		width: 4.5rem;
		display: inline-block;
	}
}

@media only screen and (max-width:376px) {
	.footer dl {
		margin-right: 16px;
	}
	.footer dl:last-child {
		margin-right: 0px;
	}
}

@media only screen and (max-width:340px) {
	/*.footer .message .ewm {
    position: relative;
    top: -6.5rem;
    }*/
}


/*新增样式2021-5-27*/

.m_nav {
	position: absolute;
}
@media only screen and (min-width:768px) {
	.layui-container {
	    width: 100%;
	}
}
.c_new {
    max-width: 1000px;
}
.message>img{
	    display: block;
    width: 26.5%;
    margin: 0px auto;
    position: relative;
}


@media only screen and (max-width:992px) {
	.message>img{
		
    padding-top: 6%;
	}
}